home *** CD-ROM | disk | FTP | other *** search
- REM $INCLUDE: 'fastgraf.bi'
-
- DEFINT A-Z
-
- OldMode = FGgetmode
- FGsetmode 18
- FGsetcolor 9
- FGfillpage
- FGsetcolor 14
-
- FGmove 0, 0
- FGjustify -1, 1
- FGprint "Fastgraph", 9
- FGmove 320, 0
- FGjustify 0, 1
- FGprint "Fastgraph", 9
- FGmove 639, 0
- FGjustify 1, 1
- FGprint "Fastgraph", 9
-
- FGmove 0, 240
- FGjustify -1, 0
- FGprint "Fastgraph", 9
- FGmove 320, 240
- FGjustify 0, 0
- FGprint "Fastgraph", 9
- FGmove 639, 240
- FGjustify 1, 0
- FGprint "Fastgraph", 9
-
- FGmove 0, 479
- FGjustify -1, -1
- FGprint "Fastgraph", 9
- FGmove 320, 479
- FGjustify 0, -1
- FGprint "Fastgraph", 9
- FGmove 639, 479
- FGjustify 1, -1
- FGprint "Fastgraph", 9
- FGwaitkey
-
- FGsetmode OldMode
- FGreset
-
- END